MAINTAINERS: add ioreq.c and ioreq.h to x86 I/O emulation file list
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Apr 2016 13:02:07 +0000 (15:02 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 4 Apr 2016 13:02:07 +0000 (15:02 +0200)
Commit 108788e8 "x86/hvm: separate ioreq server code from generic hvm
code" split the code supporting ioreq servers from the rest of the HVM
code. Now that this is separate, the new files can be added to the x86
I/O emulation file list in MAINTAINERS.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
MAINTAINERS

index 11bff4078d1002d016f8d6dc9f8225857609d13c..a34685d4247bd914802816a42ff116d50a392b04 100644 (file)
@@ -390,8 +390,10 @@ S: Supported
 F:     xen/arch/x86/hvm/emulate.c
 F:     xen/arch/x86/hvm/intercept.c
 F:     xen/arch/x86/hvm/io.c
+F:     xen/arch/x86/hvm/ioreq.c
 F:     xen/include/asm-x86/hvm/emulate.h
 F:     xen/include/asm-x86/hvm/io.h
+F:     xen/include/asm-x86/hvm/ioreq.h
 F:     xen/include/public/hvm/ioreq.h
 
 X86 MEMORY MANAGEMENT